This document proposes a testing framework called Akari to port Intel x86 SIMD intrinsic functions to OpenPOWER systems and ensure correctness. Akari would generate random test values, run the Intel and OpenPOWER versions of intrinsics, and compare results. It would check for errors and exceptions. Akari could also measure performance. The framework would be written in C as a Python extension to allow testing on different systems over a network. Akari may help port intrinsics to other architectures like ARM. The goal is to build a study group and open source community around understanding intrinsics and the testing framework.