pysvp64asm: expand vector register macros
[openpower-isa.git] / media / video /
2022-09-23 Konstantinos Marga... removed unneeded file
2022-09-23 Konstantinos Marga... update Makefile
2022-09-23 Konstantinos Marga... add new SVP64 function
2022-09-23 Konstantinos Marga... reduce iterations, taking too long in the simulator
2022-09-23 Konstantinos Marga... rename reference functions with _c suffix, add header
2022-09-23 Konstantinos Marga... renamed variance_svp64.c to variancefuncs_svp64.c
2022-09-22 Luke Kenneth Casso... comment need for waiting on binutils update
2022-09-22 Konstantinos Marga... fix no of iterations in comment, harmless but wrong
2022-09-22 Konstantinos Marga... better handling of memory copies, fix vpx_get4x4sse_cs_...
2022-09-22 Konstantinos Marga... remove extra setvl instruction
2022-09-21 Konstantinos Marga... getting better, get rid of the ctr, group src/ref loads
2022-09-21 Konstantinos Marga... use sv.subf
2022-09-21 Konstantinos Marga... fix braces
2022-09-21 Konstantinos Marga... Initial SVP64 attempt to vpx_get4x4sse_cs_svp64_real()
2022-09-21 Konstantinos Marga... use mr instead of li/addi pair
2022-09-21 Konstantinos Marga... fix comments
2022-09-21 Konstantinos Marga... add vpx_get4x4sse_cs_svp64_real() and wrapper
2022-09-21 Konstantinos Marga... First form of fully working SVP64 version
2022-09-21 Konstantinos Marga... reduce number of iterations in test, as it takes too...
2022-09-21 Konstantinos Marga... Initial attempt for SVP64 asm version of vpx_get_mb_ss_...
2022-09-20 Konstantinos Marga... PoC simplified and isolated unit test for libvpx (VP8...
2022-09-20 Konstantinos Marga... Initial PoC for calling pypowersim from within C code