Home
last modified time | relevance | path

Searched refs:USE_MEMCPY (Results 1 – 1 of 1) sorted by relevance

/petsc/src/benchmarks/streams/
H A DSSEVersion.c27 #if !defined(USE_MEMCPY) /* Literally call memcpy(3) for the COPY benchmark. Some compilers detect …
28 #define USE_MEMCPY 0 macro
158 #if USE_MEMCPY in main()