Blame sysdeps/x86/fpu/finclude/math-vector-fortran.h

Packit Bot e26269
! Platform-specific declarations of SIMD math functions for Fortran. -*- f90 -*-
Packit Bot e26269
!   Copyright (C) 2019 Free Software Foundation, Inc.
Packit Bot e26269
!   This file is part of the GNU C Library.
Packit Bot e26269
!
Packit Bot e26269
!   The GNU C Library is free software; you can redistribute it and/or
Packit Bot e26269
!   modify it under the terms of the GNU Lesser General Public
Packit Bot e26269
!   License as published by the Free Software Foundation; either
Packit Bot e26269
!   version 2.1 of the License, or (at your option) any later version.
Packit Bot e26269
!
Packit Bot e26269
!   The GNU C Library is distributed in the hope that it will be useful,
Packit Bot e26269
!   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Bot e26269
!   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Bot e26269
!   Lesser General Public License for more details.
Packit Bot e26269
!
Packit Bot e26269
!   You should have received a copy of the GNU Lesser General Public
Packit Bot e26269
!   License along with the GNU C Library; if not, see
Packit Bot e26269
!   <http://www.gnu.org/licenses/>.
Packit Bot e26269
Packit Bot e26269
!GCC$ builtin (cos) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (cosf) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (sin) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (sinf) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (sincos) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (sincosf) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (log) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (logf) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (exp) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (expf) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (pow) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
!GCC$ builtin (powf) attributes simd (notinbranch) if('x86_64')
Packit Bot e26269
Packit Bot e26269
!GCC$ builtin (cos) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (cosf) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (sin) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (sinf) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (sincos) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (sincosf) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (log) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (logf) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (exp) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (expf) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (pow) attributes simd (notinbranch) if('x32')
Packit Bot e26269
!GCC$ builtin (powf) attributes simd (notinbranch) if('x32')