Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Typedefs | Functions
lowp_experiments.cpp File Reference
#include <cassert>
#include <cstdio>
#include <cstdint>
#include "experimental/lowp-basic/QMath.h"

Go to the source code of this file.

Typedefs

template<int N, typename T >
using V = T __attribute__((ext_vector_type(N)))
 
using Q15 = V< 8, uint16_t >
 

Functions

int main ()
 

Typedef Documentation

◆ Q15

using Q15 = V<8, uint16_t>

Definition at line 37 of file lowp_experiments.cpp.

◆ V

template<int N, typename T >
using V = T __attribute__((ext_vector_type(N)))

Definition at line 22 of file lowp_experiments.cpp.

Function Documentation

◆ main()

int main ( )

Definition at line 109 of file lowp_experiments.cpp.

109 {
110 #if defined(__SSSE3__)
111 //test_mm_mulhrs_epi16_simulation();
112 test_ssse3_vqrdmulhq_s16();
113 #endif
114 #if defined(__ARM_NEON)
115 test_neon_vqrdmulhq_s16_simulation();
116 #endif
117 printf("Done.\n");
118 return 0;
119}
std::string printf(const char *fmt,...) SK_PRINTF_LIKE(1