mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 21:16:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			262 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			262 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| #![feature(compiler_builtins_lib)]
 | |
| #![feature(i128_type)]
 | |
| #![cfg_attr(all(target_arch = "arm", not(any(target_env = "gnu", target_env = "musl")),
 | |
|                  target_os = "linux", test),
 | |
|            no_std)]
 | |
| 
 | |
| include!(concat!(env!("OUT_DIR"), "/mulsf3.rs"));
 | 
