Home
last modified time | relevance | path

Searched defs:ALIGN32_BEG (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A Davx_mathfun.h39 # define ALIGN32_BEG __attribute__((aligned(32))) macro
41 # define ALIGN32_BEG __declspec(align(32)) macro