mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
7 lines
143 B
C
7 lines
143 B
C
// CrossSIMD
|
|
//
|
|
// This file will contain cross-instruction-set SIMD instruction wrappers.
|
|
|
|
#pragma once
|
|
|
|
#include "Common/Math/SIMDHeaders.h"
|