mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
Disable test for __builtin_set_flt_rounds to avoid breaking PPC buildbot
Signed-off-by: jinge90 <ge.jin@intel.com>
This commit is contained in:
@@ -278,8 +278,6 @@ void test_float_builtins(__fp16 *H, float F, double D, long double LD) {
|
||||
|
||||
res = __builtin_flt_rounds();
|
||||
// CHECK: call i32 @llvm.get.rounding(
|
||||
__builtin_set_flt_rounds(1);
|
||||
// CHECK: call void @llvm.set.rounding(i32 1)
|
||||
}
|
||||
|
||||
// CHECK-LABEL: define{{.*}} void @test_float_builtin_ops
|
||||
|
||||
Reference in New Issue
Block a user