diff --git a/src/device_properties.cpp b/src/device_properties.cpp index c91552a4..6648f346 100644 --- a/src/device_properties.cpp +++ b/src/device_properties.cpp @@ -161,28 +161,12 @@ struct cvk_device_properties_samsung_xclipse_920 std::string vendor() const override final { return "Samsung"; } const std::set get_native_builtins() const override final { return std::set({ - "acos", "acospi", "asin", - "asinpi", "atan", "atanpi", - "ceil", "copysign", "cos", - "cosh", "cospi", "erfc", - "erf", "exp", "exp2", - "exp10", "expm1", "fabs", - "fdim", "floor", "fma", - "fmax", "fmin", "frexp", - "half_cos", "half_exp", "half_exp2", - "half_exp10", "half_log", "half_log2", - "half_log10", "half_powr", "half_rsqrt", - "half_sin", "half_sqrt", "isequal", - "isfinite", "isgreater", "isgreaterequal", - "isinf", "isless", "islessequal", - "islessgreater", "isnan", "isnormal", - "isnotequal", "isordered", "isunordered", - "ldexp", "log", "log10", - "log1p", "log2", "mad", - "pow", "pown", "powr", - "rint", "round", "rsqrt", - "sin", "sincos", "sinh", - "sinpi", "sqrt", "tan", + "ceil", "fabs", "floor", "fma", + "fmax", "fmin", "half_exp2", "half_log2", + "half_rsqrt", "half_sqrt", "isequal", "isgreater", + "isgreaterequal", "isless", "islessequal", "islessgreater", + "isnotequal", "log2", "mad", "round", + "rsqrt", "sqrt", "exp2", }); } };