| Index: src/trusted/validator/validation_rewrite_test_data.S
 | 
| diff --git a/src/trusted/validator/validation_rewrite_test_data.S b/src/trusted/validator/validation_rewrite_test_data.S
 | 
| index 41d065d91f19386e51143ea24da45bbd8ed874da..6786144ad4d9e1bd8bb16fc94918099ccfa86925 100644
 | 
| --- a/src/trusted/validator/validation_rewrite_test_data.S
 | 
| +++ b/src/trusted/validator/validation_rewrite_test_data.S
 | 
| @@ -29,6 +29,14 @@ GLOBAL_SYM(movntq_code_post_rewrite)
 | 
|      movq %mm0, (%ebx)
 | 
|  GLOBAL_SYM(movntq_code_post_rewrite_end)
 | 
|  
 | 
| +GLOBAL_SYM(movntps_code)
 | 
| +    movntps %xmm0, (%ebx)
 | 
| +GLOBAL_SYM(movntps_code_end)
 | 
| +
 | 
| +GLOBAL_SYM(movntps_code_post_rewrite)
 | 
| +    movaps %xmm0, (%ebx)
 | 
| +GLOBAL_SYM(movntps_code_post_rewrite_end)
 | 
| +
 | 
|  GLOBAL_SYM(movntdq_code)
 | 
|      movntdq %xmm0, (%edx)
 | 
|  GLOBAL_SYM(movntdq_code_end)
 | 
| 
 |