copy .gitignore and remove unnecessary mtune option
This commit is contained in:
		
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					*.o
 | 
				
			||||||
 | 
					enumerate
 | 
				
			||||||
 | 
					idealbounds
 | 
				
			||||||
 | 
					graph
 | 
				
			||||||
 | 
					D2n
 | 
				
			||||||
 | 
					dominant_weights
 | 
				
			||||||
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -4,7 +4,7 @@ HEADERS=weyl.h thickenings.h queue.h bitvec.h
 | 
				
			|||||||
#SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline
 | 
					#SPECIAL_OPTIONS=-O3 -pg -funroll-loops -fno-inline
 | 
				
			||||||
SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
 | 
					SPECIAL_OPTIONS=-O3 -flto -funroll-loops -Winline
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OPTIONS=-m64 -march=native -mtune=native -std=gnu99 -D_GNU_SOURCE $(SPECIAL_OPTIONS)
 | 
					OPTIONS=-m64 -march=native -std=gnu99 -D_GNU_SOURCE $(SPECIAL_OPTIONS)
 | 
				
			||||||
NAME=enumerate-balanced-ideals
 | 
					NAME=enumerate-balanced-ideals
 | 
				
			||||||
 | 
					
 | 
				
			||||||
all: enumerate graph D2n dominant_weights
 | 
					all: enumerate graph D2n dominant_weights
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user