More strict check of AVX512 support in assembler.
[glibc.git] / sysdeps / ieee754 / ldbl-opt / nldbl-atan2.c
blobd4e5a91702f103ee7e778b885cfb98318c0aa68d
1 #include "nldbl-compat.h"
3 double
4 attribute_hidden
5 atan2l (double x, double y)
7 return atan2 (x, y);