14
answers
0
watching
186
views

This task needs to be done in Assembly. Convert every lowercase letter in the string `str` to its corresponding uppercase letter. Only ASCII characters should be processed. For this task, the number of executable instructions is limited to n + 300, where n is the length of the string. Use SIMD instructions. Note that the `ptest` instruction was added with SSE4.1 and is not supported by the simulator. Signature: void toupper_simd(char* str); We use x86 intel architecture with SSE and SSE 2 instructions.

For unlimited access to Homework Help, a Homework+ subscription is required.

Unlock all answers

Get 1 free homework help answer.
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in
Already have an account? Log in

Related questions

Related Documents

Weekly leaderboard

Start filling in the gaps now
Log in