mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	* disabled fpu_soft for x86_64 since activating it only leads to internal
errors (see mantis #15310) git-svn-id: trunk@14417 -
This commit is contained in:
		
							parent
							
								
									3fc150d920
								
							
						
					
					
						commit
						f104e849d8
					
				@ -45,7 +45,7 @@ Type
 | 
			
		||||
 | 
			
		||||
   tfputype =
 | 
			
		||||
     (fpu_none,
 | 
			
		||||
      fpu_soft,  { generic }
 | 
			
		||||
//      fpu_soft,  { generic }
 | 
			
		||||
      fpu_sse64,
 | 
			
		||||
      fpu_sse3
 | 
			
		||||
     );
 | 
			
		||||
@ -76,7 +76,7 @@ Const
 | 
			
		||||
   );
 | 
			
		||||
 | 
			
		||||
   fputypestr : array[tfputype] of string[6] = ('',
 | 
			
		||||
     'SOFT',
 | 
			
		||||
//     'SOFT',
 | 
			
		||||
     'SSE64',
 | 
			
		||||
     'SSE3'
 | 
			
		||||
   );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user