Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8859459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T15:04:05+00:00 2026-06-14T15:04:05+00:00

Is there any standard way for converting an (any) equation into bit-shift operations? By

  • 0

Is there any standard way for converting an (any) equation into bit-shift operations?

By this I mean converting any thing that is not a + or – into bit-shifts, so the end equation contains only the operands <<, >>, +, and –. This is in the interest of making formulas less processor intensive.

Obviously these resultant equations will only be approximations, giving better accuracy with the more orders considered (first-order, second-order e.t.c).

I have scoured the web for any information on this but can’t find any, except for stuff on specific formulas (sin, cos, inv e.t.c).

I was envisioning something like a polynomial or Taylor’s expansion procedure, and then converting that to bit-shift operations.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T15:04:06+00:00Added an answer on June 14, 2026 at 3:04 pm

    Just because you’re reducing something to simpler instructions, doesn’t mean they’re going to execute faster or be less intensive in some way. While you may be able to reduce many things to a reduced subset of operations, you’re probably going to need many many more operations to accomplish the same task. A processor can only execute so many operations per second, and you’re going to run into that first.

    Generally when trying to optimize something at a low level, you’re trying to make use of the far more complex opcodes so that you need fewer of them. As an example, you can perform multiplication by doing many ADD instructions. But, for anything other than the most trivial of examples, it’s going to take substantially more ADDs than the single MUL opcode that it took, and take far longer to execute.

    Getting back to your actual question though… Totally ignoring efficiency, you can calculate anything as long as the instruction set you have is Turing Complete. You actually can calculate anything using a single instruction, if you’re careful how you choose that instruction. I don’t believe there’s any general purpose way of saying “Convert any arbitrary algorithm into using only these instructions”, that’s generally the job of a compiler writer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any standard way of debugging Javascript on a webpage that's being accessed
Is there any way to start foobar.js WSH-script in order that standard Task Manager
Is there any standard way of detecting when a user is away or not
Is there any standard way to create a transient class in CLOS; that is,
Is there any standard way to route all Key events from the control A
Is there any standard way of implementing some sort of a write-through buffer for
Is there any safe and standard compliant way to treat a C style array
Is there any easy way to change the color of the UITableViewCellAccessoryCheckmark from standard
Is there any standard/documented ways to implement two-finger tap event in WP7? If not,
Is there any standard way to work with application settings in WinAPI? What I'm

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.